/* HOMEPAGE STYLES
************************************************************/
body, .mainContent	{
	background-color: #000;
}

section.bannerImage {
    height: 100vh;
    background-image: url('/wp-content/uploads/2024/03/WG-WORD-15.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index:999999;
}

h2.siteTitle {
	display: none;
}

h1.siteTitle	{
	position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
    letter-spacing: .1em;
    font-size: clamp(2.4rem, 10vw, 6rem);
    font-family: 'Avenir Next', helvetica, arial, sans-serif; 
    font-weight: bold; 
    font-style: italic;

}

h1.siteTitle {font-size: clamp(2.5rem, 1.8304rem + 5.3478vi, 10rem);}
@media (min-width: 500px) 
	{h1.siteTitle {font-size: clamp(2.5rem, 2.1304rem + 5.3478vi, 10rem);}
}

h1.siteTitle, h1.siteTitle a,h1.siteTitle a:hover, h1.siteTitle a:visited	{
	color: #82b258 !important;
	text-shadow: 0 0 1px #b5f57e,0 0 40px #336, 0 0 60px #333, 0 0 100px #336, 0 0 120px #000;
}

h1.siteTitle a:hover {
	color: #84c04f !important;
}


/* NAVBAR
**********/
.navbar-header {
    right: 29px;
    height: 40px;
    position: relative;
    width: 100%;
}

.navbar-toggle {
    width: 30px; 
    position: absolute; 
    right: 12px; 
} 

.icon-bar, .icon-bar-hover, .icon-bar:visited	{
	height:4px;
	box-shadow: 0 0 1px #b5f57e,0 0 20px #336, 0 0 40px #333, 0 0 60px #336, 0 0 80px #000;    
}

.icon-bar, .icon-bar:hover {
    background-color: #82b258;
    height: 4px;
    margin: 2.5px;
}

@media (orientation: portrait) {
.navbar-nav > li.menu-item {
	height: calc(25dvh - 10px);
	border-bottom: 1px solid transparent;
	padding-top: 10dvh; 
	background-color: #82b258;
}
}

.navbar-nav li a {color: var(--color-mainNav-text-link-hover); }
.navbar-nav li a:hover {color: var(--color-mainNav-text-link)}

@media (min-width: 768px)	{
.navbar-nav li a {text-shadow: 0 0 1px #999,0 0 20px #fff, 0 0 40px #FFF, 0 0 60px #fff, 0 0 80px #FFF;}
}


/* NAVBAR
*****************/

.mainContent	{
	margin-top: 0px;
}

.desktop {
	@media (min-width:600px), (orientation:landscape) {
		.mainContent	{
		margin-top: 10vh;
	}
}

.navbar-wrapper {
    background-color:transparent;
}


@media (max-width: 768px) {
	.navbar-nav li a {
    color: black;
    }
}
    
.breadcrumbs {
	display: none;
}

li.current_page_item	{
	display: none;
}

.homeImage img	{
	margin: 0 auto;
}

/* FOOTER
*****************/
footer	{
	display: none;
}
